home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / subtract.swf / scripts / DefineButton2_32 / BUTTONCONDACTION on(release).as
Text File  |  2014-03-11  |  181b  |  13 lines

  1. on(release){
  2.    if(_root.pos == 3)
  3.    {
  4.       _root.createNewPoint();
  5.       gotoAndStop(2);
  6.    }
  7.    else
  8.    {
  9.       _root.createNewNoint();
  10.       gotoAndStop(2);
  11.    }
  12. }
  13.